The UAMAuthBlk structure is passed as a field in a UAMArgs structure when the value of UAMArgs.command is kUAMLogin .
struct UAMAuthBlk { StringPtr userName; UInt8 * password; OTAddress *srvrAddress; };